Click or drag to resize

MessageCreationTime Property

Contains the creation date and time of the message.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public DateTime CreationTime { get; set; }

Property Value

Type: DateTime
The creation time.
Remarks
A message store sets this property for each message that it creates.
See Also